home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / accoting / dayoup / install.bat < prev    next >
Encoding:
DOS Batch File  |  1992-11-24  |  1.2 KB  |  27 lines

  1. echo off
  2. if "%1" == "" goto AnError
  3. if "%2" == "" goto AnError
  4. %1
  5. cd\
  6. md dayo
  7. CD\DAYO
  8. copy %2\
  9. doit %1 %2
  10. goto TheEnd
  11. :AnError                                                                       
  12. echo
  13. echo  ┌─────────────────────────────────────────────────────────────────────┐
  14. echo ░│                                                                     │
  15. echo ░│ Install Usage:   A:INSTALL  [Destination] [Source]                  │
  16. echo ░│                                                                     │
  17. echo ░│         [Destination] is the drive you wish to install DAYO onto    │
  18. echo ░│                                                                     │
  19. echo ░│         [Source] is the diskette drive you are installing from      │
  20. echo ░│                                                                     │
  21. echo ░│         IE:  A:INSTALL C: A:                                        │
  22. echo ░└─────────────────────────────────────────────────────────────────────┘
  23. echo ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  24. echo on                                                                        
  25. :TheEnd
  26. Echo on                                                                        
  27.